projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f8b05
)
spinbutton: Document some style properties as deprecated
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 16 Nov 2015 11:18:32 +0000
(06:18 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 16 Nov 2015 12:20:18 +0000
(07:20 -0500)
No code change.
gtk/gtkspinbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinbutton.c
b/gtk/gtkspinbutton.c
index 2a32e131e6aa0ec624ed66dbfaf492dfd890ea21..d698a2940ebe0d5186a142d9a4d12d00e300c90f 100644
(file)
--- a/
gtk/gtkspinbutton.c
+++ b/
gtk/gtkspinbutton.c
@@
-433,6
+433,14
@@
gtk_spin_button_class_init (GtkSpinButtonClass *class)
PROP_ORIENTATION,
"orientation");
+ /**
+ * GtkSpinButton:shadow-type:
+ *
+ * Style of bevel around the sping button.
+ *
+ * Deprecated: 3.20: Use CSS to determine the style of the border;
+ * the value of this syyle property is ignored.
+ */
gtk_widget_class_install_style_property (widget_class,
g_param_spec_enum ("shadow-type",
P_("Shadow Type"),